593d891b170a9bcbd1dff3df7a5c4bfbc0ea2836,org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/server/WorkspaceManager.java,WorkspaceManager,didClose,#URI#CancelIndicator#,200
Before Change
boolean _exists = this.exists(uri);
if (_exists) {
ArrayList<URI> _newArrayList = CollectionLiterals.<URI>newArrayList();
this.doBuild(Collections.<URI>unmodifiableList(CollectionLiterals.<URI>newArrayList(uri)), _newArrayList, cancelIndicator);
} else {
ArrayList<URI> _newArrayList_1 = CollectionLiterals.<URI>newArrayList();
this.doBuild(_newArrayList_1, Collections.<URI>unmodifiableList(CollectionLiterals.<URI>newArrayList(uri)), cancelIndicator);
After Change
boolean _exists = this.exists(uri);
if (_exists) {
ArrayList<URI> _newArrayList = CollectionLiterals.<URI>newArrayList();
_xifexpression = this.doBuild(Collections.<URI>unmodifiableList(CollectionLiterals.<URI>newArrayList(uri)), _newArrayList, cancelIndicator);
} else {
ArrayList<URI> _newArrayList_1 = CollectionLiterals.<URI>newArrayList();
_xifexpression = this.doBuild(_newArrayList_1, Collections.<URI>unmodifiableList(CollectionLiterals.<URI>newArrayList(uri)), cancelIndicator);
}
_xblockexpression = _xifexpression;
}
return _xblockexpression;
}
protected boolean exists(final URI uri) {